functional interleaving - ترجمة إلى العربية
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

functional interleaving - ترجمة إلى العربية

COMPUTER MEMORY ACCESS ARCHITECTURE
Memory interleaving
  • Memory interleaving example with 4 banks. Red banks are refreshing and can't be used.

functional interleaving      
تداخل وظيفي
Functional analysis         
BRANCH OF MATHEMATICAL ANALYSIS CONCERNED WITH INFINITE-DIMENSIONAL TOPOLOGICAL VECTOR SPACES, OFTEN SPACES OF FUNCTIONS
Functional Analysis; Soft analysis; Functional analyst; Infinitely dimensional analysis; Infinite dimensional analysis; Infinite-dimensional analysis
تحليل الوظائف
interleave         
WIKIMEDIA DISAMBIGUATION PAGE
Interleave; Interleaved; Interleaving (disambiguation)
وضع أو صبر أوراقا بيضاء بين

تعريف

functional testing
<testing> (Or "black-box testing", "closed-box testing") The application of test data derived from the specified functional requirements without regard to the final program structure. (1996-05-15)

ويكيبيديا

Interleaved memory

In computing, interleaved memory is a design which compensates for the relatively slow speed of dynamic random-access memory (DRAM) or core memory, by spreading memory addresses evenly across memory banks. That way, contiguous memory reads and writes use each memory bank in turn, resulting in higher memory throughput due to reduced waiting for memory banks to become ready for the operations.

It is different from multi-channel memory architectures, primarily as interleaved memory does not add more channels between the main memory and the memory controller. However, channel interleaving is also possible, for example in freescale i.MX6 processors, which allow interleaving to be done between two channels.